Classic Arcade Game Clone
Game Functions
| Criteria | Meet Specification |
|---|---|
|
Error Free |
The game functions correctly and runs error free
|
Object-Oriented Code
| Criteria | Meet Specification |
|---|---|
|
Object Oriented Code |
Game objects (player and vehicles) are implemented using JavaScript object-oriented programming features, and should encapsulate all properties and methods necessary for game functions. For example, Player objects require |
Documentation
| Criteria | Meet Specification |
|---|---|
|
README |
A |
|
Comments |
Comments are present and effectively explain longer code procedures. As a rule of thumb: describe what all custom functions and object methods do. |
|
Code Quality |
Code is formatted with consistent, logical, and easy-to-read formatting as described in the Udacity JavaScript Style Guide. |